CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - rsa 大数

搜索资源列表

  1. s-des-and-rsa

    0下载:
  2. RSA,S-DES加密算法,实现了加解密,采用加法链求大数的指数及模
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2649
    • 提供者:alonealone
  1. rsa

    0下载:
  2. 整体思路 用createkey.java 文件来产生秘钥,用jiami.java 文件来实 现加密,用jiemi.java 文件来实现解密,用BigInteger.java 来实现 大数的表示及运算,用rsa.java 来实现前端图形界面显示。有关函 数见五个文件里的具体实现。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:490691
    • 提供者:dufeilong
  1. RSA

    0下载:
  2. RSA加密程序,实现了大数类和大数运算,985高校的《计算机网络》课程设计,功能完整,注释丰富,没有BUG
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:18619
    • 提供者:ZLC
  1. Lint05_src

    0下载:
  2. RSA大数运算库 RSA大数运算库
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:225833
    • 提供者:Loken
  1. RsaTool.自己写的RSA算法工具

    1下载:
  2. 自己写的RSA算法工具。支持RSA密钥产生(包括CRT)、RSA运算、强素数生成、大数运算等功能。用了的都说好。,Writing their own tools of the RSA algorithm. Support for RSA Key Generation [including CRT], RSA computation, strong prime number generation, large numbers computing functions. Use of that goo
  3. 所属分类:加密解密

    • 发布日期:2017-03-22
    • 文件大小:121984
    • 提供者:1234
  1. rsa

    1下载:
  2. 来自putty的大数运算代码,纯C实现,移植性好,RSA的最实现-Large numbers from the putty operation code, a pure C implementation, migration is good, RSA best to achieve
  3. 所属分类:加密解密

    • 发布日期:2012-11-07
    • 文件大小:8565
    • 提供者:王高全
  1. RSA

    0下载:
  2. 基于大数库miracl的RSA加解密算法,其中gen.c是产生密钥,encode.c是进行加密,decode.c是进行解密-Based on large numbers of RSA encryption and decryption library miracl algorithm, which gen.c is to generate the key, encode.c is encrypted, decode.c is to decrypt
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1372336
    • 提供者:hbhb
  1. RSA

    0下载:
  2. RSA加密其中有MD5算法的实现 RSA中用到了大数库MIRacl库 详见代码-RSA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-15
    • 文件大小:3827009
    • 提供者:Dante
  1. rsa

    0下载:
  2. 1) 找出两个相异的大素数P和Q,令N=P×Q,M=(P-1)(Q-1)。 2) 找出与M互素的大数E,用欧氏算法计算出大数D,使D×E≡1 MOD M。 3) 丢弃P和Q,公开E,D和N。E和N即加密密钥,D和N即解密密钥。 -1) to identify two different large prime numbers P and Q, so N = P × Q, M = (P-1) (Q-1). 2) to identify and M large numbers cop
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:6722
    • 提供者:阿达悟
  1. RSAencryptonC

    0下载:
  2. RSA算法是第一个能同时用于加密和数字签名的算法,也易于理解和操作。 RSA是被研究得最广泛的公钥算法,从提出到现在已近二十年,经历了各种攻击的考验,逐渐为人们接受,普遍认为是目前最优秀的公钥方案之一。RSA的安全性依赖于大数的因子分解,但并没有从理论上证明破译RSA的难度与大数分解难度等价。即RSA的重大缺陷是无法从理论上把握它的保密性能如何,而且密码学界多数人士倾向于因子分解不是NPC问题。RSA的缺点主要有:A)产生密钥很麻烦,受到素数产生技术的限制,因而难以做到一次一密。B)分组长度太大
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-16
    • 文件大小:3770978
    • 提供者:w
  1. RSA

    0下载:
  2. 用VC++写的RSA实现包括大数运算和RSA上线-The Research on designing and optimzing of RSA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-02
    • 文件大小:618586
    • 提供者:花岭
  1. RSA-vb

    1下载:
  2. RSA是被研究得最广泛的公钥算法,从提出到现在已近二十年,经历了各种攻击的考验,逐渐为人们接受,普遍认为是目前最优秀的公钥方案之一。RSA的安全性依赖于大数的因子分解,但并没有从理论上证明破译RSA的难度与大数分解难度等价。即RSA的重大缺陷是无法从理论上把握它的保密性能如何,而且密码学界多数人士倾向于因子分解不是NPC问题。-RSA is the most widely studied of the public key algorithm, from the nearly two decad
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:8399
    • 提供者:凌寒
  1. RSA

    0下载:
  2. 基于大数库的RSA加密算法c#实现。大数库使用的是Documentation for C# BigInteger cla- Database based on large numbers of RSA encryption algorithm c# to achieve
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:837422
    • 提供者:张三
  1. RSA

    0下载:
  2. 利用C语言编写的RSA加解密代码,实现了基本的RSA加解密过程,主要是大数运算的实现以及质数的求解-Written in C language using RSA encryption and decryption code, and to achieve the basic RSA encryption and decryption process, the key is the realization of operations of large numbers, as well as th
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:618152
    • 提供者:佘曼桂
  1. C-rsa

    0下载:
  2. 利用C语言编写的RSA加解密代码,实现了基本的RSA加解密过程,主要是大数运算的实现以及质数的求解-Written in C language using RSA encryption and decryption code, and to achieve the basic RSA encryption and decryption process, the key is the realization of operations of large numbers, as well as th
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:618250
    • 提供者:佘曼桂
  1. RSA

    0下载:
  2. RSA 大数运算 大数生成 公认的最有权威的数字签名系统-RSA operation of large numbers generated large numbers of the most recognized and authoritative digital signature system
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:12562
    • 提供者:王明华
  1. rsa

    0下载:
  2. RSA算法实现,用C++语言实现大数类的构建,可以实现RSA算法加解密文本文件及二进制文件及图像,速度较快-将中文译成英语 RSA algorithm, using C language class structure of large numbers, RSA algorithm for encryption and decryption can text file and binary files and images, faster
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1994323
    • 提供者:dezheng
  1. Miracl大数库(包含用户手册、使用手册)

    2下载:
  2. Miracl库是国外著名密码学C语言函数库,一般采用VC6.0使用Miracl库,用它可实现RSA、ECC等加密算法。
  3. 所属分类:其它

    • 发布日期:2014-09-29
    • 文件大小:2293339
    • 提供者:luckyweining
  1. RSA C#实现

    0下载:
  2. C#实现 RSA 加密字符串、txt文档 内有详细备注 结合一个C#入门就能看懂源码 用了mircal大数库
  3. 所属分类:密码/编码算法

  1. RSA加密解密

    1下载:
  2. 利用RSA对大数进行加密和解密,同时对大数进行计算,如大数相加、相减、及相乘(Using RSA to encrypt and decrypt large numbers, and calculate the number of large numbers, such as adding, subtracting, and multiplying large numbers.)
  3. 所属分类:加密解密

    • 发布日期:2018-01-09
    • 文件大小:367616
    • 提供者:lala_
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com